home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Utilities / Calc / README < prev    next >
Encoding:
Text File  |  1992-02-24  |  1.3 KB  |  48 lines  |  [TEXT/????]

  1.  
  2. # Copyright (c) 1992 David I. Bell
  3. # Permission is granted to use, distribute, or modify this source,
  4. # provided that this copyright notice remains intact.
  5. #
  6. # Arbitrary precision calculator.
  7.  
  8. I am allowing this calculator to be freely distributed for personal uses.
  9. Like all multi-precision programs, you should not depend absolutely on
  10. its results, since bugs in such programs can be insidious and only rarely 
  11. show up.
  12.   
  13. -dbell-
  14.  
  15. p.s. By Landon Curt Noll
  16.  
  17. To build calc:
  18.  
  19.     1) Look at the makefile, and adjust it to suit your needs.
  20.  
  21.     2) build some calc documentation:
  22.  
  23.     (cd help; make full)    <- after this, read the file help/full
  24.  
  25.     3) build calc:
  26.  
  27.     make
  28.  
  29.     4) test calc:
  30.  
  31.     After you have built calc, you can test it by running calc and 
  32.     giving calc the following input:
  33.  
  34.     read lib/regress    <- error messages should be printed
  35.     read lib/lucas
  36.     read lib/lucas_chk
  37.     lucas_chk(200)        <- should produce no error messages
  38.     exit
  39.  
  40. If you find bugs, or better yet have bug fixes; or if you have suggested
  41. changes, or better yet have patches, send them to both myself and DBell:
  42.  
  43.     chongo@toad.com            {uunet,pyramid,sun}!hoptoad!chongo
  44.     dbell@pdact.pd.necisa.oz.au     {uunet,pyramid}!pdact.pd.necisa.oz.au!dbell
  45.  
  46. The file doc/todo section points out some needs for calc.  Suggestions
  47. on other enhancements, and help in doing these are welcome.
  48.